type reflect.uncommonType
7 uses
reflect (current package)
type.go#L279: uncommon() *uncommonType
type.go#L342: type uncommonType = abi.UncommonType
type.go#L2195: u uncommonType
type.go#L2461: var ut *uncommonType
type.go#L2475: {Name: "U", Type: TypeOf(uncommonType{})},
type.go#L2480: ut = (*uncommonType)(tt.Elem().Field(1).Addr().UnsafePointer())
type.go#L2490: ut.Moff = uint32(unsafe.Sizeof(uncommonType{}))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |